From: Nick Roberts Date: Thu, 10 Sep 2009 03:42:13 +0000 (+0000) Subject: Bug#4375 (can't kill killed gud buffer") X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~10595 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=2b7cfe91b7019c65f9fd68bf92d5991c1f33b953;p=emacs.git Bug#4375 (can't kill killed gud buffer") (gdb): Revert 2009-08-11 change. User should detach inferior manually. --- diff --git a/lisp/progmodes/gdb-mi.el b/lisp/progmodes/gdb-mi.el index 193587ef7aa..09290deb905 100644 --- a/lisp/progmodes/gdb-mi.el +++ b/lisp/progmodes/gdb-mi.el @@ -752,13 +752,6 @@ detailed description of this mode. (gdb-update) - (add-hook - 'kill-buffer-hook - (function - (lambda () - (gdb-input (list "-target-detach" 'ignore)))) - nil t) - (run-hooks 'gdb-mode-hook)) (defun gdb-init-1 ()